body{
    background-image: url(sfondo10.jpg);
}
header{ 
    width: 100%;
    height: 20%;
    text-align: center;
    display: block;
    font-family: Informal roman, bold;
    color: red;  
}
div{
    text-align: center;
    font-size: larger;
    font-family: Centaur bold;
    color: white;
}
div1{
    position: absolute;
    top: 1%;
    left: 1%;
}
h1{
    color: red;
}
h2{
    color: red;
}
aside{
    float: left;
    text-align: center;
    width: 33%;
    height: 75%;
    font-family: Informal roman, bold;
    color: white;
}
aside1{
    float: left;
    text-align: center;
    width: 33%;
    height: 75%;
    font-family: Informal roman, bold;
}
aside2{
    float: center;
    text-align: center;
    width: 33%;
    height: 75%;
    font-family: Informal roman, bold;
}
p{
    color: white;
    font-family: Centaur bold;
    line-height: 0.75em;
}
a:hover{
    border-top: 2px dotted;
    border-left: 1px dotted;
    border-right: 1px dotted;
    border-bottom: 2px dotted;
}
a:link{
    text-decoration: none;
    color: white;
}
a:visited{
    color: #FF00FF;
}

